home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 30 / PC Gamer IT CD 30 1-2.iso / BOSDEMO / BOSSW11.EXE / data1.cab / Program_Executable_Files / bos.exe / 0 / RCDATA / TPASSWORDENTRYDLG / TPASSWORDENTRYDLG.txt
Text File  |  1998-01-16  |  1KB  |  67 lines

  1. object PasswordEntryDlg: TPasswordEntryDlg
  2.   Left = 127
  3.   Top = 68
  4.   ActiveControl = Edit1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Set your password'
  7.   ClientHeight = 138
  8.   ClientWidth = 267
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 10
  20.     Width = 126
  21.     Height = 13
  22.     Caption = 'Please type in a password.'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 8
  26.     Top = 32
  27.     Width = 249
  28.     Height = 13
  29.     Caption = 'This will be required to turn off the parental lock later.'
  30.   end
  31.   object Label3: TLabel
  32.     Left = 8
  33.     Top = 50
  34.     Width = 216
  35.     Height = 13
  36.     Caption = 'To disable password checking, leave it blank.'
  37.   end
  38.   object Button1: TButton
  39.     Left = 33
  40.     Top = 105
  41.     Width = 75
  42.     Height = 25
  43.     Caption = '&OK'
  44.     Default = True
  45.     ModalResult = 1
  46.     TabOrder = 1
  47.     OnClick = Button1Click
  48.   end
  49.   object Button2: TButton
  50.     Left = 158
  51.     Top = 105
  52.     Width = 75
  53.     Height = 25
  54.     Caption = '&Cancel'
  55.     ModalResult = 2
  56.     TabOrder = 2
  57.   end
  58.   object Edit1: TEdit
  59.     Left = 8
  60.     Top = 71
  61.     Width = 247
  62.     Height = 21
  63.     MaxLength = 30
  64.     TabOrder = 0
  65.   end
  66. end
  67.